'Declaration
Public Function DrawRectangle( _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Width As Single, _ ByVal Height As Single, _ ByVal Fill As Boolean, _ ByVal Stroke As Boolean _ ) As GdPictureStatus
public GdPictureStatus DrawRectangle( float Left, float Top, float Width, float Height, bool Fill, bool Stroke )
public function DrawRectangle( Left: Single; Top: Single; Width: Single; Height: Single; Fill: Boolean; Stroke: Boolean ): GdPictureStatus;
public function DrawRectangle( Left : float, Top : float, Width : float, Height : float, Fill : boolean, Stroke : boolean ) : GdPictureStatus;
Parameters
- Left
- Top
- Width
- Height
- Fill
- Stroke